﻿# stadiumserver for PES 2017 sider
# stadium-to-competition assignment map
# format: tournament_ID, optional_stadium_id, optional_stadium_name, optional_stadium_path, optional_finals_ID, optional_finals_name, optional_finals_path # optional comment
#      => stadium_id - three-digit ID that stadium creator used to make stadium (always write leading 0s - ID 007 is correct, 07 or 7 are not;; 019 is correct, 19 is not)
#      => stadium_name - stadium name to be displayed in-game
#      => stadium_path - always relative to stadium-server folder, containing either individual stadium (recommended) or stadium pack (avoid if possible)
#      		=> optional_stadium_XXX - OPTIONAL ID, name and path for stadium to be used for every team in every stage of the competition
#      		=> optional_finals_XXX - OPTIONAL ID, name and path for stadium to be used only in competition finals (not appropriate for leagues)
# IMPORTANT: 
#   1. all comma-signs are mandatory - 6 per one line!!
#   2. if you want to use optional knock-out stadium for a single stage, then ALL 3 values belonging to that particular stage (e.g. finals) must be provided - ID, name and path
#   3. although both pre-finals stadium and finals stadium are optional, at least one of them must be defined - e.g. something like "39 , , , , , ," is not legal entry
#
# e.g. 13, 007, Old Trafford, Path to My Old Trafford, , ,        -> use Old Trafford for every match in CL knockout stage
#      13, 007, Old Trafford, EPL\Path to My Old Trafford, 025, Name of CL Finals stadium, Path To My CL Finals stadium  -> subfolders are supported too; Old Trafford (007) for every match in CL knockout except in finals (another stadium, with ID 025)
#      13, , , , 025, Name of CL Finals stadium, Path To My CL Finals stadium    -> only stadium for competition finals is assigned (group stage and knock-out stage would use ordinary home-team stadiums)


#############################                FIFA WORLD CUP 2026                             ###########################################
# GROUP STAGE
134, 127, HardRock Stadium, USA - HardRock Stadium,,,

# KNOCK-OUT
135, 127, HardRock Stadium, USA - HardRock Stadium,,,








